added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBVSXSaveProject / SaveProjectDialog.Designer.vb
blob522a7e2d9d359eeda7d291d719bfee5fd9d3be6b
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class SaveProjectDialog
3 Inherits System.Windows.Forms.Form
5 'Form overrides dispose to clean up the component list.
6 <System.Diagnostics.DebuggerNonUserCode()> _
7 Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8 Try
9 If disposing AndAlso components IsNot Nothing Then
10 components.Dispose()
11 End If
12 Finally
13 MyBase.Dispose(disposing)
14 End Try
15 End Sub
17 'Required by the Windows Form Designer
18 Private components As System.ComponentModel.IContainer
20 'NOTE: The following procedure is required by the Windows Form Designer
21 'It can be modified using the Windows Form Designer.
22 'Do not modify it using the code editor.
23 <System.Diagnostics.DebuggerStepThrough()> _
24 Private Sub InitializeComponent()
25 Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26 Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27 Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28 Me.dgvFiles = New System.Windows.Forms.DataGridView()
29 Me.colCopy = New System.Windows.Forms.DataGridViewCheckBoxColumn()
30 Me.colUnderProjectFolder = New System.Windows.Forms.DataGridViewCheckBoxColumn()
31 Me.FileName = New System.Windows.Forms.DataGridViewTextBoxColumn()
32 Me.FullName = New System.Windows.Forms.DataGridViewTextBoxColumn()
33 Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
34 Me.pnlOperation = New System.Windows.Forms.Panel()
35 Me.chkOpenProject = New System.Windows.Forms.CheckBox()
36 Me.btnCancel = New System.Windows.Forms.Button()
37 Me.btnSaveAs = New System.Windows.Forms.Button()
38 CType(Me.dgvFiles, System.ComponentModel.ISupportInitialize).BeginInit()
39 Me.pnlOperation.SuspendLayout()
40 Me.SuspendLayout()
42 'dgvFiles
44 DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
45 DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
46 DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
47 DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
48 DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
49 DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
50 DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
51 Me.dgvFiles.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
52 Me.dgvFiles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
53 Me.dgvFiles.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.colCopy, Me.colUnderProjectFolder, Me.FileName, Me.FullName})
54 DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
55 DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
56 DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
57 DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
58 DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
59 DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
60 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
61 Me.dgvFiles.DefaultCellStyle = DataGridViewCellStyle2
62 Me.dgvFiles.Dock = System.Windows.Forms.DockStyle.Fill
63 Me.dgvFiles.Location = New System.Drawing.Point(0, 0)
64 Me.dgvFiles.Name = "dgvFiles"
65 DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
66 DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
67 DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
68 DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
69 DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
70 DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
71 DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
72 Me.dgvFiles.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
73 Me.dgvFiles.RowHeadersVisible = False
74 Me.dgvFiles.RowTemplate.Height = 24
75 Me.dgvFiles.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
76 Me.dgvFiles.Size = New System.Drawing.Size(716, 191)
77 Me.dgvFiles.TabIndex = 0
79 'colCopy
81 Me.colCopy.DataPropertyName = "NeedCopy"
82 Me.colCopy.FillWeight = 50.0!
83 Me.colCopy.HeaderText = "Copy"
84 Me.colCopy.Name = "colCopy"
85 Me.colCopy.Width = 50
87 'colUnderProjectFolder
89 Me.colUnderProjectFolder.DataPropertyName = "IsUnderProjectFolder"
90 Me.colUnderProjectFolder.HeaderText = "UnderProjectFolder"
91 Me.colUnderProjectFolder.Name = "colUnderProjectFolder"
92 Me.colUnderProjectFolder.ReadOnly = True
94 'FileName
96 Me.FileName.DataPropertyName = "FileName"
97 Me.FileName.FillWeight = 200.0!
98 Me.FileName.HeaderText = "FileName"
99 Me.FileName.Name = "FileName"
100 Me.FileName.Width = 200
102 'FullName
104 Me.FullName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
105 Me.FullName.DataPropertyName = "FullName"
106 Me.FullName.FillWeight = 200.0!
107 Me.FullName.HeaderText = "FullName"
108 Me.FullName.Name = "FullName"
110 'pnlOperation
112 Me.pnlOperation.Controls.Add(Me.chkOpenProject)
113 Me.pnlOperation.Controls.Add(Me.btnCancel)
114 Me.pnlOperation.Controls.Add(Me.btnSaveAs)
115 Me.pnlOperation.Dock = System.Windows.Forms.DockStyle.Bottom
116 Me.pnlOperation.Location = New System.Drawing.Point(0, 191)
117 Me.pnlOperation.Margin = New System.Windows.Forms.Padding(2)
118 Me.pnlOperation.Name = "pnlOperation"
119 Me.pnlOperation.Size = New System.Drawing.Size(716, 51)
120 Me.pnlOperation.TabIndex = 3
122 'chkOpenProject
124 Me.chkOpenProject.AutoSize = True
125 Me.chkOpenProject.Location = New System.Drawing.Point(367, 19)
126 Me.chkOpenProject.Margin = New System.Windows.Forms.Padding(2)
127 Me.chkOpenProject.Name = "chkOpenProject"
128 Me.chkOpenProject.Size = New System.Drawing.Size(113, 17)
129 Me.chkOpenProject.TabIndex = 3
130 Me.chkOpenProject.Text = "Open New Project"
131 Me.chkOpenProject.UseVisualStyleBackColor = True
133 'btnCancel
135 Me.btnCancel.Location = New System.Drawing.Point(629, 16)
136 Me.btnCancel.Name = "btnCancel"
137 Me.btnCancel.Size = New System.Drawing.Size(75, 23)
138 Me.btnCancel.TabIndex = 2
139 Me.btnCancel.Text = "Cancel"
140 Me.btnCancel.UseVisualStyleBackColor = True
142 'btnSaveAs
144 Me.btnSaveAs.Location = New System.Drawing.Point(520, 15)
145 Me.btnSaveAs.Name = "btnSaveAs"
146 Me.btnSaveAs.Size = New System.Drawing.Size(85, 23)
147 Me.btnSaveAs.TabIndex = 1
148 Me.btnSaveAs.Text = "Save As"
149 Me.btnSaveAs.UseVisualStyleBackColor = True
151 'SaveProjectDialog
153 Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
154 Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
155 Me.ClientSize = New System.Drawing.Size(716, 242)
156 Me.Controls.Add(Me.dgvFiles)
157 Me.Controls.Add(Me.pnlOperation)
158 Me.Name = "SaveProjectDialog"
159 Me.Text = "SaveProjectDialog"
160 CType(Me.dgvFiles, System.ComponentModel.ISupportInitialize).EndInit()
161 Me.pnlOperation.ResumeLayout(False)
162 Me.pnlOperation.PerformLayout()
163 Me.ResumeLayout(False)
165 End Sub
166 Friend WithEvents dgvFiles As System.Windows.Forms.DataGridView
167 Friend WithEvents SaveFileDialog1 As System.Windows.Forms.SaveFileDialog
168 Friend WithEvents pnlOperation As System.Windows.Forms.Panel
169 Friend WithEvents chkOpenProject As System.Windows.Forms.CheckBox
170 Friend WithEvents btnCancel As System.Windows.Forms.Button
171 Friend WithEvents btnSaveAs As System.Windows.Forms.Button
172 Friend WithEvents colCopy As System.Windows.Forms.DataGridViewCheckBoxColumn
173 Friend WithEvents colUnderProjectFolder As System.Windows.Forms.DataGridViewCheckBoxColumn
174 Friend WithEvents FileName As System.Windows.Forms.DataGridViewTextBoxColumn
175 Friend WithEvents FullName As System.Windows.Forms.DataGridViewTextBoxColumn
177 End Class